home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / VMRPlayer / project.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  620 b   |  21 lines

  1. //------------------------------------------------------------------------------
  2. // File: project.h
  3. //
  4. // Desc: DirectShow sample code
  5. //       - Master header file that includes all other header files used
  6. //         by the project.  This enables precompiled headers during build.
  7. //
  8. // Copyright (c) 1994 - 2001, Microsoft Corporation.  All rights reserved.
  9. //------------------------------------------------------------------------------
  10.  
  11. #include <windows.h>
  12. #include <commdlg.h>
  13. #include <shellapi.h>
  14.  
  15. #include "app.h"
  16. #include "vcdplyer.h"
  17. #include "resource.h"
  18.  
  19.  
  20. void InitStreamParams(int i);
  21.